projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d483e8
)
Put stdio.h, sys/types.h and sys/stat.h after config.h.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Jun 1994 03:43:43 +0000
(
03:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Jun 1994 03:43:43 +0000
(
03:43
+0000)
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index 7235c9987a38a861fe6ae6d53a83cefb0c076fa5..55fab748de4837f73967303f349fe162d7665f34 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-18,12
+18,12
@@
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <config.h>
+
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <config.h>
-
#ifdef VMS
#include <string.h>
#include <rms.h>